PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFXLTiffImage Class / PDFXLTiffImage Constructor / PDFXLTiffImage Constructor(Stream,boolean)
TIFF stream.
If true, the input stream is disposed after the image has been written to the PDF file.
In This Topic
    PDFXLTiffImage Constructor(Stream,boolean)
    In This Topic
    Initializes a new PDFXLTiffImage object.
    Syntax
    public PDFXLTiffImage( 
       Stream stream,
       boolean disposeStream
    )

    Parameters

    stream
    TIFF stream.
    disposeStream
    If true, the input stream is disposed after the image has been written to the PDF file.
    See Also